@charset 'utf-8';
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
body
{
    font-family: Arial, Helvetica, 'Helvetica Neue', 'Hiragino Sans GB', 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed
{
    overflow: hidden;
}
body.pc .at-expanding-share-button
{
    display: none !important;
}
body.mobile .addthis-smartlayers-mobile .at-share-dock.atss
{
    display: none !important;
}
@media only screen and (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    text-align: center;
}
.page li
{
    font-size: 14px;

    display: inline-block;

    margin: 0 3px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .page li
    {
        font-size: 12px;

        margin: 2px 1px 0;
    }
}
.page li a,
.page li span
{
    font-size: 1em;
    line-height: 42px;

    display: block;

    width: 44px;
    height: 44px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #666;
    border: 1px solid #eee;
    border-radius: 5px;
}
@media (max-width: 767px)
{
    .page li a,
    .page li span
    {
        font-size: .85714286em;
        line-height: 23px;

        width: 25px;
        height: 25px;
    }
}
.page li.prev a:before,
.page li.next a:before,
.page li.prev span:before,
.page li.next span:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px)
{
    .page li.prev
    {
        margin-right: 20px;
    }
}
.page li.prev a:before,
.page li.prev span:before
{
    content: '\e9b5';
}
@media only screen and (min-width: 768px)
{
    .page li.next
    {
        margin-left: 20px;
    }
}
.page li.next a:before,
.page li.next span:before
{
    content: '\e72f';
}
.page li.active a,
.page li:hover a,
.page li.active span,
.page li:hover span
{
    color: #fff;
    border-color: #f90607;
    background-color: #f90607;
}
.page li.active a,
.page li.active span
{
    border-radius: 50%;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    line-height: 1.2;

    width: auto;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;

    color: #02152d;
}
.table-box table td,
.table-box table th
{
    font-size: 14px;
    font-weight: normal;

    padding: 10px 20px !important;

    border: 1px solid #999 !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 2.7vmin;

        padding: 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
.header
{
    position: relative;
    z-index: 99999;
    top: 0;

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (min-width: 1200px)
{
    .header.fixed .header-box
    {
        position: fixed;
        bottom: 100%;
        left: 0;

        width: 100%;

        -webkit-transition: -webkit-transform .4s;
                transition: -webkit-transform .4s;
                transition:         transform .4s;
                transition:         transform .4s, -webkit-transform .4s;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);

        background-color: #fff;
        box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .1);
    }
}
.header .top
{
    height: 50px;

    -webkit-transition: all .4s;
            transition: all .4s;

    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1199px)
{
    .header .top
    {
        overflow: hidden;

        height: 0;

        border: none;
    }
}
.header .top .info
{
    float: left;

    padding: 11px 0;
}
.header .top .info > p,
.header .top .info .share
{
    display: inline-block;

    vertical-align: middle;
}
.header .top .info p
{
    margin: 0;
}
.header .top .info p,
.header .top .info p:before,
.header .top .info p a
{
    display: inline-block;

    vertical-align: middle;
}
.header .top .info p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    margin-right: 5px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .top .info p a:hover
{
    text-decoration: underline;

    color: #f90607;
}
.header .top .info .mail:before
{
    content: '\e6a4';
}
.header .top .info .tel
{
    margin-right: 20px;
}
.header .top .info .tel:before
{
    content: '\e6e8';
}
.header .top .info .share a
{
    margin-left: 10px;
}
.header .top .info .share a:before
{
    font-size: 14px;
    line-height: 28px;

    width: 28px;
    height: 28px;

    -webkit-transition: .2s;
            transition: .2s;

    color: #ebeff5;
}
.header .top .info .share a:hover:before
{
    color: #fff;
    background-color: #f90607;
}
.header .top .top-right
{
    display: inline-block;
    float: right;

    padding: 9px 0;
}
@media (min-width: 1200px) {
    .header .top .top-right .xs-nav,
    .header .top .top-right .search-wrap
    {
        display: inline-block;

        vertical-align: middle;
    }
}
.header .top .top-right .xs-nav li
{
    display: inline-block;

    color: #666;
}
.header .top .top-right .xs-nav li:before
{
    margin: 0 20px;

    content: '/';
}
@media (max-width: 1349px)
{
    .header .top .top-right .xs-nav li:before
    {
        margin: 0 10px;
    }
}
.header .top .top-right .xs-nav li:first-child:before
{
    display: none;
}
.header .top .top-right .xs-nav li a:hover
{
    font-weight: bold;

    color: #170188;
}
.header .top-nav
{
    clear: both;

    background-color: #fff;
}
.header .logo
{
    position: relative;

    float: left;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .logo a
{
    display: block;

    padding: 15px 0;
}
@media (max-width: 1199px)
{
    .header .logo a
    {
        padding: 5px 0;
    }
}
@media (max-width: 991px)
{
    .header .logo a
    {
        width: 200px;
        padding: 12px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo a
    {
        width: 165px;
    }
}
.header .logo img
{
    display: block;

    width: 100%;
}
.header .tt-xs
{
    position: absolute;
    bottom: 10px;
    left: 0;

    display: none;

    width: 100%;
    padding: 0 10px;

    text-align: left;
}
@media (max-width: 1199px)
{
    .header .tt-xs
    {
        display: block;
    }
}
.header .tt-xs li
{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;

    position: relative;

    display: inline-block;

    margin-left: -8px;
    padding: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
}
.header .tt-xs li:after
{
    position: absolute;
    top: 0;
    right: 0;

    content: '/';

    color: #fff;
}
.header .tt-xs li:last-child:after
{
    display: none;
}
.header .tt-xs li:active a
{
    text-decoration: underline;
}
.header .right-box
{
    float: right;
}
.header .right-box > div
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .right-box > div.nav
    {
        display: none;
    }
}
.header .nav-collapse
{
    position: relative;
    z-index: 10;
    top: 0;

    display: none;

    width: 25px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-xs
    {
        top: 0;

        margin: 20px 0;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse.nav-collapse-xs
    {
        margin: 15px 0;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 25px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .nav-collapse .btn-line
    {
        background-color: #333;
    }
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 25px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .nav-collapse .btn-line:nth-child(3),
    .header .nav-collapse .btn-line:nth-child(1)
    {
        background-color: #333;
    }
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .top-nav
{
    zoom: 1;
}
.header .top-nav:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;

        display: inline-block !important;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 20px;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav .nav-list1 > li > a:first-child,
.header .nav .nav-list2 > li > a:first-child
{
    text-transform: uppercase;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        font-size: 0;

        white-space: normal;
    }
    .header .nav .nav-list1 > li
    {
        display: inline-block;

        padding: 0 60px;
        /*padding: 0 30px;*/

        text-align: center;
        vertical-align: middle;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        position: relative;

        display: block;
        overflow: hidden;

        padding: 39px 4px;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 3px;
        margin: 0 auto;

        content: '';
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);

        background-color: #f90607;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;

        width: 225px;
        min-height: 265px;
        padding: 30px 0;

        text-align: center;
        text-align: left;

        background-color: rgba(249, 6, 7, .65);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;

        position: relative;
        z-index: 1;

        display: block;

        padding: 4px 20px;

        -webkit-transition: all .2s;
                transition: all .2s;

        color: #f8f1f1;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list2 li.active .navright
    {
        display: block;
    }
    .header .nav .nav-list1 .nav-list2 .navright
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: block;
        display: none;
        overflow: hidden;

        min-width: 700px;
        height: 100%;
        padding: 40px 40px 40px 20px;

        background-color: rgba(20, 2, 139, .65);
    }
    .header .nav .nav-list1 .nav-list2 .navright .pic
    {
        float: left;

        width: 44.44444444%;
    }
    .header .nav .nav-list1 .nav-list2 .navright .pic .img-box
    {
        padding-bottom: 66.66666667%;
    }
    .header .nav .nav-list1 .nav-list2 .navright .note
    {
        float: left;

        width: 55.55555556%;
        padding: 30px 0 0 35px;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 .navright .note b
    {
        font-size: 16px;
        line-height: 1.53846154;

        display: block;

        text-transform: uppercase;
    }
    .header .nav .nav-list1 .nav-list2 .navright .note p
    {
        font-weight: normal;
        line-height: 2.14285714;

        display: -webkit-box;
        overflow: hidden;

        height: auto;
        max-height: 120px;
        margin: 5px 0 0;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .header .nav .nav-list1 .nav-list2 .navright .note span
    {
        font-size: 16px;
        font-weight: bold;

        display: block;

        margin-top: 30px;
    }
    .header .nav .nav-list1 .nav-list2 .navright .note span:hover
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-weight: 300;
        line-height: 30px;

        padding: 4px 30px;
    }
    .header .nav .nav-list1 .nav-list3 li > a:hover
    {
        text-decoration: underline;

        color: #170188;
        background: none;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 50px;
        /*padding: 0 20px;*/
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;

        padding: 40px 4px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 .nav-list2
    {
        width: 200px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 .nav-list2 .navright
    {
        min-width: 550px;
        padding-right: 25px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-list2 .navright
    {
        display: none !important;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .nav .nav-list1 .nav-list2 .navright .note
    {
        padding: 10px 0 0 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .nav .nav-list1 .nav-list2 .navright .note span
    {
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;

    display: block;

    margin: 0;
    padding: 0 50px;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;

        width: 100%;
        padding: 2px 50px;
    }
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 16px;
    line-height: 2.2;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: inline-block;
}
.header .nav-2 .navright,
.header .nav-3 .navright
{
    display: none !important;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 18px;
}
.header .fade-out .nav-top
{
    position: relative;
}
.header .fade-out .nav-top .nav-collapse
{
    position: absolute;
    right: 0;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        display: inline-block;

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 1vmin 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .language
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
.header .language a
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 30px;
    height: 30px;
    margin: 0;

    -webkit-transition: .2s;
            transition: .2s;

    border-radius: 50%;
    background: url(../images/language.png) no-repeat 100% 100%;
    background-size: 200% auto;
}
.header .language a.cn
{
    background-position: 0 100%;
}
.header .language a:hover
{
    color: #170188;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        width: 25px;
        height: 25px;
    }
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.header .find
{
    display: inline-block;

    cursor: pointer;
    text-align: center;
}
.header .find:before
{
    font-family: 'iconfont';

    content: '\e660';
}
@media (min-width: 1200px)
{
    .header .find
    {
        line-height: 20px;

        float: right;

        width: 20px;
        height: 20px;
        margin-top: 15px;
        margin-left: 20px;

        -webkit-transition: all .4s;
                transition: all .4s;

        color: #fff;
        border-radius: 50%;
        background-color: #f90607;
    }
    .header .find:before
    {
        font-size: 12px;

        display: block;

        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
    .header .find:hover
    {
        background-color: #c7084b;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        font-size: 20px;
        font-weight: bold;

        margin: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .right
    {
        display: inline-block;
        float: right;

        margin-right: 0;
    }
}
.header .back-btn
{
    position: absolute;
    top: 0;
    left: 0;
}
.header.fixed-header
{
    top: -50px;
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        top: -30px;
    }
}
.search-wrap input::-webkit-input-placeholder,
.search-wrap textarea::-webkit-input-placeholder
{
    color: #999;
}
.search-wrap input:-o-placeholder,
.search-wrap textarea:-o-placeholder
{
    color: #999;
}
.search-wrap input::-moz-placeholder,
.search-wrap textarea::-moz-placeholder
{
    color: #999;
}
.search-wrap input:-ms-input-placeholder,
.search-wrap textarea:-ms-input-placeholder
{
    color: #999;
}
.search-wrap input:focus::-webkit-input-placeholder,
.search-wrap textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.search-wrap input:focus::-o-placeholder,
.search-wrap textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.search-wrap input:focus::-moz-placeholder,
.search-wrap textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.search-wrap input:focus::-ms-input-placeholder,
.search-wrap textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.search-wrap input
{
    color: #999;
}
@media (min-width: 1200px)
{
    .search-wrap
    {
        width: 150px;
        margin-left: 60px;
    }
    .search-wrap p
    {
        display: none;
    }
    .search-wrap form
    {
        position: relative;

        overflow: hidden;

        border: 1px solid #dadada;
        border-radius: 14px;
    }
    .search-wrap .input-text
    {
        font-size: 12px;

        display: block;

        width: 100%;
        padding: 6px 30px 6px 10px;
    }
    .search-wrap .input-submit
    {
        position: absolute;
        top: 2px;
        right: 5px;

        color: #666;
        background: none;
    }
    .search-wrap .input-submit:before
    {
        font-family: 'iconfont' !important;
        font-size: 16px;

        content: '\e660';
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .search-wrap
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .search-wrap
    {
        position: fixed;
        z-index: 99999999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: none;

        background-color: rgba(0, 0, 0, .93);
    }
    .search-wrap.active .search
    {
        -webkit-transform: translateY(-50%) scale(1);
            -ms-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1);
    }
    .search-wrap .search
    {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;

        width: 800px;
        max-width: 100%;
        margin: auto;
        padding: 0 15px;

        -webkit-transition: 1s;
                transition: 1s;
        -webkit-transform: translateY(-50%) scale(.2);
            -ms-transform: translateY(-50%) scale(.2);
                transform: translateY(-50%) scale(.2);

        border: none;
        border-radius: 0;
    }
    .search-wrap .search p
    {
        margin-bottom: 50px;

        text-align: center;
        letter-spacing: 2px;

        color: #fff;
    }
    .search-wrap .search .input-text
    {
        font-size: 20px;
        line-height: 40px;

        width: 100%;
        padding: 0 35px 5px 20px;

        text-align: center;

        color: #fff;
        border-bottom: 2px solid #ddd;
        background: none;
    }
    .search-wrap .search .input-submit
    {
        line-height: 36px;

        position: absolute;
        right: 0;
        bottom: 10px;

        width: 50px;

        color: #fff;
        background: none;
    }
    .search-wrap .search .input-submit:before
    {
        font-family: 'iconfont' !important;
        font-size: 20px;

        content: '\e660';
    }
    .search-wrap .search-close
    {
        position: absolute;
        top: 30px;
        right: 10%;

        cursor: pointer;
    }
    .search-wrap .search-close:before
    {
        font-family: 'iconfont' !important;
        font-size: 22px;

        content: '\e61b';

        color: #fff;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.box-category
{
    display: none;
    float: left;

    padding: 26px 0;
}
@media (max-width: 1199px)
{
    .box-category
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .box-category
    {
        padding: 21px 0;
    }
}
.box-category .category
{
    font-size: 12px;

    display: block;

    padding: 5px 8px;

    color: #fff;
    border-radius: 5px;
    background-color: #26499d;
}
.box-category .category-list
{
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

    min-width: 250px;
    max-width: 100%;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .23);
}
.box-category .category-list1
{
    line-height: 2;

    padding: 15px 0;
}
.box-category .category-list1 > li
{
    position: relative;

    padding: 0 35px 0 20px;
}
.box-category .category-list1 > li.more:after
{
    font-family: 'iconfont' !important;

    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    display: block;

    width: 30px;

    content: '\e72f';
    text-align: center;
}
.box-category .category-list1 > li a
{
    display: inline-block;
}
.box-category .category-list1 ul
{
    font-size: 13px;

    display: none;

    padding-left: 5px;
}
.box-category .category-list2
{
    font-size: 12px;

    padding: 0 0 5px 10px;
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 10px;
    background: #e5e5e5;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.slick-dots li.slick-active,
.slick-dots li:hover
{
    background-color: #170188;
}
.slick-dots li button
{
    display: none;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner:hover .slick-arrow
{
    opacity: 1;
}
.banner img
{
    display: block;

    width: 100%;
}
/* @media (max-width: 1199px)
{
    .banner .slick
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 991px)
{
    .banner .slick
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 480px)
{
    .banner .slick
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
} */
.banner .slick-dots
{
    position: absolute;
    bottom: 20px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 5%;

        display: none;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 50px;
    height: 1px;
    margin: 0 5px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 0;
    background: #fff;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 30px;
    }
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active
{
    height: 3px;
}
@media (max-width: 480px)
{
    .banner .slick-dots li
    {
        margin: 0 3px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .item
{
    position: relative;

    display: block;
}
.banner .slick-arrow
{
    font-size: 42px;

    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

    padding: 0;

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 0;
    color: #fff;
    border-radius: 50%;
    background: none;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-transition: .3s;
            transition: .3s;
    letter-spacing: 0;

    text-shadow: 0 4px 3px rgba(0, 0, 0, .2);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover:before
    {
        text-shadow: 0 4px 3px rgba(0, 0, 0, .5);
    }
}
.banner .slick-prev
{
    left: 2.60416667%;
}
.banner .slick-prev:before
{
    content: '\e601';
}
.banner .slick-next
{
    right: 2.60416667%;
}
.banner .slick-next:before
{
    content: '\e827';
}
.title
{
    text-align: center;
}
.title h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 5px;
}
@media (max-width: 767px)
{
    .title h3
    {
        font-size: 26px;
    }
}
@media (max-width: 480px)
{
    .title h3
    {
        font-size: 24px;
    }
}
.title span
{
    text-transform: uppercase;

    color: #999;
}
.title p
{
    line-height: 2;

    margin: 10px 0 0;

    color: #999;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 12px;
    }
}
.index-box
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 40px 0;
    }
}
@media (max-width: 480px)
{
    .index-box .product-list
    {
        margin: 0 -5px;
    }
    .index-box .product-list li
    {
        width: 50%;
        padding: 0 5px;
    }
}
.index-box .more-box
{
    text-align: center;
}
.index-box .more-box a
{
    display: inline-block;

    padding: 10px 55px;

    color: #fff;
    border-radius: 20px;
    background-color: #f90607;
}
@media (min-width: 1200px)
{
    .index-box .more-box a
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .index-box .more-box a:hover
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .index-box .more-box a:active
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 480px)
{
    .index-box .more-box a
    {
        padding: 8px 35px;
    }
}
.index-product .index-pro-nav
{
    font-size: 0;

    margin: 20px 0 40px;

    text-align: center;
}
@media (max-width: 480px)
{
    .index-product .index-pro-nav
    {
        margin: 15px 0 25px;
    }
}
.index-product .index-pro-nav li
{
    font-size: 14px;

    display: inline-block;

    color: #f9f3f3;
}
.index-product .index-pro-nav li a
{
    display: block;

    padding: 13px 25px;

    background-color: #170188;
}
@media (min-width: 1200px)
{
    .index-product .index-pro-nav li a
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
}
@media (max-width: 480px)
{
    .index-product .index-pro-nav li a
    {
        font-size: 13px;
        font-size: 3.7vmin;

        padding: 9px 12px;
    }
}
.index-product .index-pro-nav .active a
{
    background-color: #f90607;
}
.index-product .more-box
{
    padding-top: 5px;
}
.num-box
{
    font-size: 0;

    letter-spacing: -8px;
}
.num-box li
{
    font-size: 14px;

    position: relative;

    display: inline-block;
    float: none;

    margin-top: 55px;
    padding: 0 15px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
.num-box li:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 1px;
    height: 55px;
    margin-top: -22px;

    content: '';

    border-left: 1px dashed #e6e6e6;
}
.num-box li:first-child:before
{
    display: none;
}
@media (max-width: 991px)
{
    .num-box li:nth-child(3):before
    {
        display: none;
    }
}
@media (max-width: 480px)
{
    .num-box li
    {
        margin-top: 30px;
        padding: 0 5px;
    }
}
.num-box .item
{
    position: relative;

    display: inline-block;
}
.num-box .item:after
{
    position: absolute;
    z-index: -2;
    top: 50%;
    left: -35px;

    display: block;

    width: 110px;
    height: 110px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url(../images/imgs/num-bg.png);
}
@media (min-width: 1200px)
{
    .num-box .item:hover .timer,
    .num-box .item:hover .number,
    .num-box .item:hover p
    {
        -webkit-transition: .3s;
                transition: .3s;

        color: #f90607;
    }
}
@media (max-width: 991px)
{
    .num-box .item:after
    {
        left: 50%;

        width: 80px;
        height: 120%;

        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}
.num-box .number
{
    font-size: 56px;
    line-height: 1;

    margin-bottom: 5px;
}
@media (max-width: 991px)
{
    .num-box .number
    {
        font-size: 42px;
    }
}
@media (max-width: 767px)
{
    .num-box .number
    {
        font-size: 32px;
    }
}
.num-box .timer
{
    color: #170188;
}
.num-box .suffix
{
    font-size: 14px;
}
@media (max-width: 480px)
{
    .num-box .suffix
    {
        font-size: 12px;
    }
}
.num-box p
{
    margin: 0;

    color: #666;
}
@media (max-width: 480px)
{
    .num-box p
    {
        font-size: 12px;
    }
}
.index-num
{
    overflow: hidden;

    padding: 0;
}
.index-num .num-box
{
    margin: -35px 0 55px;
}
@media (max-width: 480px)
{
    .index-num .num-box
    {
        margin: -20px 0 40px;
    }
}
.index-about
{
    padding-bottom: 0;

    background: #eff2f6 no-repeat left top;
    background-size: 100% 65%;
}
@media (max-width: 991px)
{
    .index-about
    {
        background-size: 230% 65%;
    }
}
@media (max-width: 767px)
{
    .index-about
    {
        background-size: 300% 65%;
    }
}
@media (max-width: 480px)
{
    .index-about
    {
        background-size: 600% 65%;
    }
}
.index-about .about-list
{
    position: relative;
    z-index: 10;
}
.index-about .more-box
{
    margin-top: 30px;
}
.index-advantage
{
    width: 100%;
    margin-top: -80px;

    background: no-repeat center;
    background-size: cover;
}
.index-advantage .advantage
{
    display: block;
    overflow: hidden;

    width: 100%;

    border: none;
}
@media only screen and (min-width: 992px)
{
    .index-advantage .advantage li
    {
        padding-top: 40px;
        padding-bottom: 75px;
    }
}
.index-advantage .advantage li:before
{
    border-color: #250bbe;
}
.index-advantage .advantage li .item > b
{
    color: #fff;
}
.index-advantage .advantage li p
{
    color: #cdc9ef;
}
.index-advantage .advantage .iconfont
{
    color: #d4dce9;
    border-color: #d4dce9;
}
.index-news .title
{
    text-align: left;
}
.index-news .left,
.index-news .right
{
    margin-top: 45px;
}
@media (max-width: 480px)
{
    .index-news .left,
    .index-news .right
    {
        margin-top: 25px;
    }
}
@media (min-width: 481px)
{
    .index-news .left
    {
        float: left;

        width: 43.97163121%;
    }
}
.index-news .left .item
{
    padding: 50px 65px 60px;

    background-color: #f2f2f9;
}
@media (max-width: 1469px)
{
    .index-news .left .item
    {
        padding: 50px 45px 60px;
    }
}
@media (max-width: 1349px)
{
    .index-news .left .item
    {
        padding: 50px 30px 60px;
    }
}
@media (max-width: 991px)
{
    .index-news .left .item
    {
        padding: 50px 20px 30px;
    }
}
@media (max-width: 480px)
{
    .index-news .left .item
    {
        padding: 30px 20px;
    }
}
.index-news .left .date
{
    font-size: 24px;
    line-height: 1;

    color: #999;
}
.index-news .left h4
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news .left h4:hover
{
    text-decoration: underline;

    color: #170188;
}
.index-news .left .img-box
{
    padding-bottom: 55.10204082%;
}
@media (min-width: 1200px)
{
    .index-news .left .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-news .left .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-news .left .more-box
{
    margin-top: 30px;

    text-align: left;
}
@media (min-width: 481px)
{
    .index-news .right
    {
        float: right;

        width: 53.54609929%;
    }
}
.index-news .right li
{
    font-size: 0;

    padding: 35px 30px 40px;

    -webkit-transition: .4s;
            transition: .4s;
    letter-spacing: -8px;

    border-top: 1px solid #e6e6e6;
}
.index-news .right li:last-child
{
    border-bottom: 1px solid #e6e6e6;
}
.index-news .right li:first-child
{
    border-top: none;
}
@media (min-width: 1200px)
{
    .index-news .right li:hover
    {
        background-color: #feebeb;
    }
    .index-news .right li:hover,
    .index-news .right li:hover + li
    {
        border-color: #feebeb;
    }
    .index-news .right li:hover h4,
    .index-news .right li:hover .info
    {
        color: #170188;
    }
    .index-news .right li:hover .info
    {
        border-color: #fff;
    }
}
@media (max-width: 1349px)
{
    .index-news .right li
    {
        padding: 30px 30px 35px;
    }
}
@media (max-width: 1199px)
{
    .index-news .right li
    {
        padding: 22px 10px 28px;
    }
}
@media (max-width: 991px)
{
    .index-news .right li
    {
        padding: 20px 10px 15px;
    }
}
.index-news .right li > div
{
    font-size: 14px;

    letter-spacing: 0;
}
@media only screen and (min-width: 992px)
{
    .index-news .right li > div
    {
        display: inline-block;

        vertical-align: top;
    }
}
@media only screen and (min-width: 992px)
{
    .index-news .right .intro
    {
        width: -webkit-calc(100% - 125px);
        width:         calc(100% - 125px);
        padding-right: 50px;
    }
}
.index-news .right .info
{
    color: #999;
}
@media only screen and (min-width: 992px)
{
    .index-news .right .info
    {
        width: 125px;
        padding-left: 30px;

        border-left: 1px dashed #e6e6e6;
    }
}
.index-news .right h4
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    margin: 0 0 15px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #100808;
}
@media (min-width: 1200px)
{
    .index-news .right h4:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .index-news .right h4:active
    {
        text-decoration: underline;
    }
}
.index-news .right p
{
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .index-news .right p
    {
        height: 26px;

        -webkit-line-clamp: 1;
    }
}
.index-news .right .date
{
    font-size: 18px;
}
@media (max-width: 991px)
{
    .index-news .right .date
    {
        font-size: 16px;

        margin-top: 5px;
    }
}
.index-news .right .more
{
    font-size: 20px;

    display: inline-block;

    margin-top: 35px;

    -webkit-transition: .4s;
            transition: .4s;
}
.index-news .right .more:after
{
    font-family: 'iconfont' !important;

    content: '\e623';
}
@media (min-width: 1200px)
{
    .index-news .right .more:hover
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);
    }
}
@media (max-width: 991px)
{
    .index-news .right .more
    {
        display: none !important;
    }
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    position: relative;

    display: block;

    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 480px)
{
    .public-banner img
    {
        width: 170%;
        margin-left: -35%;
    }
}
.inside-nav
{
    margin-bottom: 45px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .inside-nav
    {
        margin-bottom: 30px;
    }
}
.inside-nav .nav-wrap
{
    overflow-x: auto;

    padding: 5px 0;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul
{
    display: inline-block;

    white-space: nowrap;
}
.inside-nav li
{
    font-size: 16px;

    display: inline-block;

    margin-left: 33px;

    color: #999;
}
.inside-nav li:first-child
{
    margin-left: 0;
}
.inside-nav li.active
{
    color: #170188;
}
@media (min-width: 1200px)
{
    .inside-nav li:hover
    {
        color: #170188;
    }
}
@media (max-width: 991px)
{
    .inside-nav li
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .inside-nav li
    {
        font-size: 14px;

        margin-left: 22px;
    }
}
.breadcrumb
{
    margin: 10px 0 25px;
    padding: 0;
    padding: 15px;

    color: #888;
}
@media (max-width: 767px)
{
    .breadcrumb
    {
        padding: 5px 10px;
    }
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:first-child:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 15px;

    content: '\e6c8';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .breadcrumb li:first-child:before
    {
        font-size: 16px;

        margin-right: 5px;
    }
}
.breadcrumb li:last-child:before
{
    padding-right: 12px;
}
@media (max-width: 767px)
{
    .breadcrumb li a
    {
        font-size: 12px;
    }
}
@media (min-width: 1200px)
{
    .breadcrumb li a:hover
    {
        text-decoration: underline;

        color: #170188;
    }
}
@media (max-width: 1199px)
{
    .breadcrumb li a:active
    {
        text-decoration: underline;

        color: #170188;
    }
}
.breadcrumb > li + li:before
{
    padding: 0 10px;

    content: '>';
}
@media (max-width: 767px)
{
    .breadcrumb > li + li:before
    {
        padding: 0 5px;
    }
}
@media (max-width: 991px)
{
    .list-l
    {
        display: none;
    }
}
.list-l .menu-wrap
{
    position: relative;
    z-index: 20;

    margin-bottom: -9999px;
    padding-bottom: 9999px;

    background-color: #fbfafd;
}
.list-l .menu
{
    position: relative;
    z-index: 10;
}
.list-l .menu h3
{
    margin: 0 0 15px;
    padding: 27px 5px;

    text-align: center;

    color: #fffcff;
    background-color: #170188;
}
.list-l .menu h3 b
{
    font-size: 20px;
}
.list-l .menu h3 span
{
    font-size: 16px;
}
.list-l .menu h3 span:before
{
    font-size: 18px;

    margin: 0 8px;

    content: '/';

    color: #918ab5;
}
.list-l .menu li
{
    position: relative;
}
.list-l .menu li.more > a
{
    position: relative;

    padding-right: 50px;
}
.list-l .menu li.more > a:after
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 50%;
    right: 15px;

    display: block;

    margin-top: -10px;

    content: '\e62b';
    -webkit-transition: .4s;
            transition: .4s;

    color: #170188;
}
.list-l .menu a
{
    display: block;
}
.list-l .menu a:hover span
{
    text-decoration: underline;
}
.list-l .menu1 > li.active > a
{
    background-color: #f90607;
}
.list-l .menu1 > li.active > a,
.list-l .menu1 > li.active > a:after
{
    color: #f7efef;
}
.list-l .menu1 > li.active > a:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.list-l .menu1 > li > a
{
    font-weight: bold;

    padding: 15px 30px;

    -webkit-transition: .3s;
            transition: .3s;
}
.list-l .menu1 ul
{
    display: none;
}
.list-l .menu2
{
    padding: 0 10px 0 40px;
}
.list-l .menu2 > li
{
    padding: 10px 0;
}
.list-l .menu2 > li.active > a
{
    color: #f90607;
}
.list-l .menu2 > li.active > a span
{
    text-decoration: underline;
}
.list-l .menu2 > li > a
{
    position: relative;

    padding-left: 10px;

    color: #666;
}
.list-l .menu2 > li > a:before
{
    position: absolute;
    top: 0;
    left: 0;

    content: '-';
}
.list-l .menu3 > li
{
    margin-top: 5px;
    padding-left: 12px;
}
.list-l .menu3 > li > a
{
    color: #83868a;
}
.list-l .menu3 > li > a:before
{
    content: '- ';
}
.inside-page
{
    overflow: hidden;
}
.inside-page .content
{
    padding: 80px 0;
}
@media (max-width: 1349px)
{
    .inside-page .content
    {
        padding: 70px 0;
    }
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding: 60px 0;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 45px 0;
    }
}
.inside-page .title
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .inside-page .title
    {
        margin-bottom: 20px;
    }
}
.product-list li
{
    margin-bottom: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .product-list li
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px)
{
    .product-list li
    {
        width: 100%;
    }
}
@media (min-width: 1200px)
{
    .product-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-list .item:hover .mask-box
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .product-list .item:hover .name
    {
        visibility: hidden;

        opacity: 0;
    }
}
.product-list .pic-box
{
    position: relative;

    overflow: hidden;

    border: 1px solid #e6e6e6;
    border-bottom: 2px solid #170188;
}
.product-list .img-box
{
    padding-bottom: 66.66666667%;
}
.product-list .mask-box
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: .4s;
            transition: .4s;
    -webkit-transform: translateY(101%);
        -ms-transform: translateY(101%);
            transform: translateY(101%);

    color: #fff;
    background-color: rgba(255, 0, 0, .5);
}
.product-list .mask
{
    position: relative;
    top: 50%;

    padding: 0 13.63636364%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.product-list .mask h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 10px;
}
.product-list .mask h3:hover
{
    text-decoration: underline;
}
.product-list .mask p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    max-height: 48px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-list .mask .more
{
    margin-top: 12px;
}
.product-list .mask .more a
{
    font-weight: bold;
    line-height: 20px;

    display: inline-block;

    width: 20px;
    height: 20px;

    -webkit-transition: .4s;
            transition: .4s;

    color: #170188;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);
}
.product-list .mask .more a:after
{
    content: '+';
}
.product-list .mask .more a:hover
{
    color: #fff;
    background-color: #170188;
}
.product-list .name
{
    margin-top: 10px;

    -webkit-transition: .3s;
            transition: .3s;
}
.product-list .name a
{
    display: block;
    overflow: hidden;

    height: 20px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-wrap,
.product-details-wrap
{
    overflow: hidden;
}
.product-wrap .content,
.product-details-wrap .content
{
    padding-top: 0;
}
.product-wrap h1,
.product-details-wrap h1
{
    font-size: 16px;
    font-weight: bold;

    position: relative;

    margin: 0 0 40px;
    padding: 31px 0;
}
.product-wrap h1:after,
.product-details-wrap h1:after
{
    position: absolute;
    bottom: 0;
    left: -30px;

    width: 1920px;
    height: 1px;

    content: '';

    background-color: #e6e6e6;
}
.product-wrap .page
{
    padding-top: 20px;
}
@media (max-width: 767px)
{
    .product-wrap .page
    {
        padding-top: 0;
    }
}
.product-details-wrap .carousel-wrap
{
    position: relative;
}
@media (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap
    {
        padding-right: 310px;
    }
}
.product-details-wrap .carousel-wrap .img-box
{
    padding-bottom: 66.66666667%;
}
.product-details-wrap .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        padding-right: 168px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        padding-right: 140px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        padding-right: 120px;
    }
}
@media (min-width: 481px) and (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .carousel
    {
        display: inline-block;

        width: 60%;

        vertical-align: middle;
    }
}
.product-details-wrap .carousel-wrap .carousel .slider-for,
.product-details-wrap .carousel-wrap .carousel .slider-nav .item
{
    overflow: hidden;

    border: 1px solid #e6e6e6;
}
.product-details-wrap .carousel-wrap .slider-for .product-video .iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.product-details-wrap .carousel-wrap .slider-nav
{
    overflow: hidden;
}
@media only screen and (min-width: 1200px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 145px;
        height: 100%;
        padding: 25px 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1469px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        width: 125px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1349px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        width: 100px;
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .slider-nav
    {
        margin: 15px -5px 0;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide
{
    padding: 5px 0;

    border: none;
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .slider-nav .slick-slide
    {
        padding: 0 5px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .item
{
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px)
{
    .product-details-wrap .carousel-wrap .slider-nav .item
    {
        padding-bottom: 1px;
    }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-current .item
{
    border-color: #170188;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video
{
    position: relative;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video:before,
.product-details-wrap .carousel-wrap .slider-nav .product-video:after
{
    position: absolute;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video:before
{
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translateZ(2px);
            transform: translateZ(2px);

    background-color: rgba(0, 0, 0, .29);
}
.product-details-wrap .carousel-wrap .slider-nav .product-video:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 1;

    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;

    margin-top: -12px;
    margin-left: -12px;

    content: '\e703';
    -webkit-transform: translateZ(3px);
            transform: translateZ(3px);

    opacity: .77;
    color: #eef3f8;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow
{
    font-size: 24px;
    line-height: 1;

    position: absolute;
    left: 50%;

    padding: 0;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    color: #999;
    background: none;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow:hover
{
    color: #26499d;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev
{
    top: 0;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev:before
{
    content: '\e622';
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next
{
    bottom: -2px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next:before
{
    content: '\eb62';
}
@media (min-width: 1200px)
{
    .product-details-wrap .fun-wrap
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 300px;
        padding: 0 10px 0 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .product-details-wrap .fun-wrap
    {
        padding-left: 20px;
    }
}
@media (min-width: 481px) and (max-width: 1199px)
{
    .product-details-wrap .fun-wrap
    {
        display: inline-block;

        width: 38%;
        padding-left: 25px;

        vertical-align: top;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .fun-wrap
    {
        margin-top: 15px;
    }
}
.product-details-wrap .info
{
    font-size: 16px;

    padding-top: 60px;

    color: #666;
}
@media (max-width: 1469px)
{
    .product-details-wrap .info
    {
        padding-top: 30px;
    }
}
@media (max-width: 1349px)
{
    .product-details-wrap .info
    {
        padding-top: 15px;
    }
}
.product-details-wrap .info > div
{
    margin-bottom: 15px;
}
.product-details-wrap .info b
{
    color: #333;
}
.product-details-wrap .addthis-wrap
{
    padding-top: 30px;
}
@media (max-width: 1349px)
{
    .product-details-wrap .addthis-wrap
    {
        padding-top: 10px;
    }
}
.product-details-wrap .addthis-wrap b
{
    font-size: 16px;

    display: block;

    margin-bottom: 15px;
}
.product-details-wrap .fun-btn
{
    overflow: hidden;
}
.product-details-wrap .fun-btn a
{
    line-height: 40px;

    display: block;

    width: 146px;
    height: 40px;
    margin-top: 10px;

    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #170188;
    color: #fff;
    border-radius: 4px;
    border-radius: 20px;
    background-color: #f90607;
}
.product-details-wrap .fun-btn a:before,
.product-details-wrap .fun-btn a span
{
    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .product-details-wrap .fun-btn a:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .fun-btn a:active
    {
        color: #fff;
        background-color: #170188;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .fun-btn a
    {
        font-size: 12px;

        display: inline-block;

        width: 38vmin;
        margin: 10px 5px 0;
    }
}
.product-details-wrap .tab-list
{
    margin-top: 75px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .tab-list
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .tab-list
    {
        margin-top: 45px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .tab-list
    {
        margin-top: 35px;
    }
}
.product-details-wrap .tab-list img
{
    max-width: 100%;
    height: auto !important;
    margin-top: 10px;
}
.product-details-wrap .list-title
{
    margin-bottom: 35px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .list-title
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .list-title
    {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title
    {
        margin-bottom: 10px;
    }
}
.product-details-wrap .list-title h4
{
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 5px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .list-title h4
    {
        font-size: 22px;
    }
}
.product-details-wrap .list-title span
{
    text-transform: uppercase;

    color: #999;
}
.product-details-wrap .intro-wrap .intro
{
    padding: 20px 30px;

    background-color: #fbfafd;
}
.product-details-wrap .intro-wrap .intro p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .product-details-wrap .intro-wrap .intro
    {
        padding: 15px;
    }
    .product-details-wrap .intro-wrap .intro p
    {
        font-size: 14px;
    }
}
.recruitment-wrap .list
{
    margin-bottom: 0;

    text-align: center;

    color: #666;
}
.recruitment-wrap .list span
{
    display: inline-block;

    width: 19%;
    padding: 19px 5px;

    vertical-align: middle;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .recruitment-wrap .list span
    {
        padding: 19px 15px;
    }
}
@media (max-width: 991px)
{
    .recruitment-wrap .list span
    {
        padding: 19px 18px;
    }
}
@media (max-width: 767px)
{
    .recruitment-wrap .list span
    {
        width: 100%;
        padding: 5px;

        text-align: left;
    }
}
.recruitment-wrap .list dt,
.recruitment-wrap .list dd a
{
    display: block;

    padding: 0 5px;
}
@media (max-width: 767px)
{
    .recruitment-wrap .list dt,
    .recruitment-wrap .list dd a
    {
        padding: 15px 0;
    }
}
.recruitment-wrap .list dt span:first-child,
.recruitment-wrap .list dd a span:first-child
{
    text-align: left;
}
@media only screen and (min-width: 768px)
{
    .recruitment-wrap .list dt span:last-child,
    .recruitment-wrap .list dd a span:last-child
    {
        width: 10%;
    }
}
.recruitment-wrap .list dt
{
    color: #666;
    background-color: #eee;
}
@media (max-width: 767px)
{
    .recruitment-wrap .list dt
    {
        display: none;
    }
}
.recruitment-wrap .list dt > span
{
    font-size: 16px;
}
.recruitment-wrap .list dd:last-child > a
{
    border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1200px)
{
    .recruitment-wrap .list dd:hover > a
    {
        color: #170188;
        border-color: #170188;
    }
    .recruitment-wrap .list dd:hover > a:after
    {
        color: #170188;
    }
    .recruitment-wrap .list dd:hover + dd > a
    {
        border-top-color: #170188;
    }
}
.recruitment-wrap .list dd > a
{
    font-size: 15px;

    position: relative;

    display: block;

    -webkit-transition: .3s;
            transition: .3s;

    color: #888;
    border: 1px solid #eee;
    border-bottom: none;
}
@media (max-width: 767px)
{
    .recruitment-wrap .list dd > a
    {
        border: none;
        border-bottom: 1px solid #eee;
    }
}
@media (max-width: 767px)
{
    .recruitment-wrap .list dd > a > span:before
    {
        font-size: 15px;
        font-weight: bold;

        display: inline-block;

        margin-right: 15px;

        content: attr(data-dt);
        vertical-align: top;

        color: #666;
    }
}
.recruitment-wrap .intro
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .recruitment-wrap .intro
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .recruitment-wrap .intro
    {
        margin-top: 35px;
    }
}
.recruitment-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.recruitment-wrap .intro p b
{
    color: #333;
}
.news-wrap .list li
{
    margin-bottom: 30px;
}
.news-wrap .list .item
{
    background-color: #f8f8f8;
}
@media (min-width: 1200px)
{
    .news-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .news-wrap .list .item:hover h4
    {
        color: #170188;
    }
}
.news-wrap .list .img-box
{
    padding-bottom: 42.02898551%;
}
.news-wrap .list .intro
{
    padding: 20px 30px;
}
@media (max-width: 480px)
{
    .news-wrap .list .intro
    {
        padding: 20px 15px;
    }
}
.news-wrap .list h4
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    height: 18px;
    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-wrap .list .date
{
    font-size: 12px;
    font-weight: bold;

    margin: 15px 0 10px;

    color: #666;
}
.news-wrap .list p
{
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: auto;
    height: 56px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-wrap .list .more
{
    font-weight: bold;

    margin-top: 10px;
}
.news-wrap .list .more a:after
{
    content: ' >';
}
@media (min-width: 1200px)
{
    .news-wrap .list .more a:hover
    {
        color: #170188;
    }
    .news-wrap .list .more a:hover span
    {
        text-decoration: underline;
    }
}
.news-wrap .page
{
    padding-top: 20px;
}
@media (max-width: 767px)
{
    .news-wrap .page
    {
        padding-top: 0;
    }
}
.news-details-wrap .info
{
    margin-bottom: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .news-details-wrap .info
    {
        margin-bottom: 25px;
    }
}
.news-details-wrap .info h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 767px)
{
    .news-details-wrap .info h1
    {
        font-size: 20px;
    }
}
.news-details-wrap .info h1 + span
{
    display: block;

    margin: 10px 0 15px;

    color: #999;
}
.news-details-wrap .info .author,
.news-details-wrap .info .date
{
    font-weight: bold;

    display: inline-block;

    color: #666;
}
.news-details-wrap .info .date
{
    margin-left: 40px;
}
.news-details-wrap .intro img
{
    display: block;

    max-width: 100%;
    height: auto !important;
}
.news-details-wrap .intro p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.news-details-wrap .news-page
{
    overflow: hidden;

    padding-top: 65px;
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page
    {
        padding-top: 40px;
    }
}
@media (max-width: 991px)
{
    .news-details-wrap .news-page
    {
        padding-top: 30px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        padding-top: 20px;
    }
}
.news-details-wrap .news-page a
{
    color: #666;
}
.news-details-wrap .news-page p
{
    line-height: 30px;

    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #170188;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page p
    {
        font-size: 12px;
        line-height: 26px;
    }
}
.news-details-wrap .news-page p b
{
    color: #333;
}
@media only screen and (min-width: 1200px)
{
    .news-details-wrap .news-page p a:hover
    {
        text-decoration: underline;

        color: #170188;
    }
}
@media (max-width: 1199px)
{
    .news-details-wrap .news-page p a:active
    {
        text-decoration: underline;

        color: #170188;
    }
}
.news-details-wrap .news-page .next
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .next
    {
        margin-top: 5px;
    }
}
@media (max-width: 767px)
{
    .faq-wrap .list li
    {
        margin-bottom: 20px;
    }
}
.faq-wrap .item
{
    -webkit-transition: .4s;
            transition: .4s;
}
@media (min-width: 1200px)
{
    .faq-wrap .item:hover
    {
        background-color: #fff;
        box-shadow: 0 0 26px 0 rgba(7, 17, 27, .1);
    }
}
.faq-wrap .intro h4
{
    position: relative;

    margin: 10px 0;
    padding-left: 30px;
}
.faq-wrap .intro h4:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e6c7';

    color: #f90607;
}
.faq-wrap .intro .more
{
    padding-top: 10px;
}
.faq-details-wrap .info h1
{
    text-align: left;
}
.faq-details-wrap .faq-page
{
    overflow: hidden;

    margin-top: 65px;
}
@media (max-width: 1199px)
{
    .faq-details-wrap .faq-page
    {
        margin-top: 55px;
    }
}
@media (max-width: 991px)
{
    .faq-details-wrap .faq-page
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .faq-details-wrap .faq-page
    {
        margin-top: 25px;
    }
}
.faq-details-wrap .faq-page a
{
    color: #666;
}
@media only screen and (min-width: 1200px)
{
    .faq-details-wrap .faq-page a:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .faq-details-wrap .faq-page a:active
    {
        text-decoration: underline;
    }
}
.faq-details-wrap .faq-page p
{
    line-height: 30px;

    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.faq-details-wrap .faq-page p b
{
    color: #333;
}
@media (max-width: 767px)
{
    .faq-details-wrap .faq-page p
    {
        line-height: 26px;
    }
}
@media only screen and (min-width: 768px)
{
    .faq-details-wrap .faq-page .next
    {
        text-align: right;
    }
}
@media (max-width: 767px)
{
    .faq-details-wrap .faq-page .next
    {
        margin-top: 10px;
    }
}
.technology-wrap .list .item
{
    -webkit-transition: .4s;
            transition: .4s;

    border: 1px solid #e6e6e6;
    background: none;
}
@media (min-width: 1200px)
{
    .technology-wrap .list .item:hover
    {
        background-color: #e6e6e6;
        box-shadow: 0 0 26px 0 rgba(7, 17, 27, .1);
    }
}
.technology-wrap .list .item .intro h4:before
{
    font-family: 'iconfont' !important;

    content: '\e6d6';
}
.technology-wrap .list .item .intro .more
{
    padding-top: 10px;
}
@media (max-width: 480px)
{
    .technology-wrap .list .item .intro .more
    {
        padding-top: 0;
    }
}
@media (min-width: 1200px)
{
    .technology-details-wrap .faq-page
    {
        margin-top: 40px;
    }
}
@media (max-width: 480px)
{
    .honor-wrap .list
    {
        margin: 0 -5px;
    }
}
.honor-wrap .list li
{
    margin-bottom: 40px;
}
@media (min-width: 1200px)
{
    .honor-wrap .list li
    {
        width: 16.66666667%;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .honor-wrap .list li
    {
        width: 20%;
    }
}
@media (max-width: 991px)
{
    .honor-wrap .list li
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .honor-wrap .list li
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px)
{
    .honor-wrap .list li
    {
        width: 50%;
        margin-bottom: 10px;
        padding: 0 5px;
    }
}
.honor-wrap .list .img-box
{
    padding-bottom: 142.85714286%;
}
@media (min-width: 1200px)
{
    .honor-wrap .list .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .honor-wrap .list .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.honor-wrap .page
{
    padding-top: 10px;
}
.about-list
{
    padding-top: 35px;
}
@media (max-width: 480px)
{
    .about-list
    {
        padding-top: 25px;
    }
}
.about-list li
{
    margin-top: 15px;
}
@media (max-width: 480px)
{
    .about-list li
    {
        width: 100%;
    }
}
.about-list .pic-box
{
    border: 10px solid #f2f2f9;
}
@media (min-width: 1200px)
{
    .about-list .pic-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .about-list .pic-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.about-list .img-box
{
    padding-bottom: 53.48837209%;
}
.advantage
{
    font-size: 0;

    overflow: hidden;

    letter-spacing: -8px;

    border: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .advantage
    {
        padding: 15px 0;
    }
}
@media (max-width: 480px)
{
    .advantage
    {
        margin-top: 40px;
    }
}
.advantage li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;
    padding: 100px 15px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
.advantage li:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 1px;
    height: 150px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-left: 1px dashed #e6e6e6;
}
.advantage li:first-child:before
{
    display: none;
}
@media (min-width: 1200px)
{
    .advantage li:hover .item
    {
        -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
                transform: translateY(-4px);
    }
    .advantage li:hover .iconfont
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
}
@media (max-width: 1199px)
{
    .advantage li
    {
        padding: 60px 15px;
    }
}
@media (max-width: 991px)
{
    .advantage li
    {
        width: 50%;
        padding: 20px 15px;
    }
    .advantage li:nth-child(3):before
    {
        display: none;
    }
}
@media (max-width: 480px)
{
    .advantage li
    {
        width: 100%;
    }
    .advantage li:before
    {
        display: none;
    }
}
.advantage .item
{
    display: inline-block;

    width: 150px;
    max-width: 100%;

    -webkit-transition: .4s;
            transition: .4s;
}
@media (max-width: 480px)
{
    .advantage .item
    {
        display: block;

        width: 100%;
    }
}
.advantage .item > b
{
    font-size: 16px;

    display: block;

    margin: 20px 0 10px;
}
.advantage .item p
{
    line-height: 1.28571429;

    margin: 0;

    color: #666;
}
.advantage .iconfont
{
    font-size: 34px;
    line-height: 66px;

    display: inline-block;

    width: 72px;
    height: 72px;

    color: #322c9c;
    border: 3px solid #322c9c;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .advantage .iconfont
    {
        line-height: 56px;

        width: 60px;
        height: 60px;

        border-width: 2px;
    }
}
.about-wrap .intro-wrap p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.about-wrap .intro-wrap img
{
    max-width: 100%;
    height: auto !important;
}
.about-wrap .advantage
{
    margin-top: 65px;
}
.contact-wrap
{
    position: relative;
}
.contact-wrap .list
{
    font-size: 0;

    overflow: hidden;

    margin: 0 -5px;
    padding-top: 5px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
.contact-wrap .list:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 767px)
{
    .contact-wrap .list
    {
        padding-top: 0;
    }
}
.contact-wrap .list li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    margin-top: 30px;
    padding: 0 5px;

    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .contact-wrap .list li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .list li
    {
        margin-top: 20px;
    }
}
@media (min-width: 1200px)
{
    .contact-wrap .list li:hover:before
    {
        background-color: #f90607;
    }
}
.contact-wrap .list li:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;

    -webkit-transition: .4s;
            transition: .4s;
    text-align: center;

    color: #fff;
    border-radius: 5px;
    background-color: #170188;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px)
{
    .contact-wrap .list li:before
    {
        font-size: 14px;
        line-height: 35px;

        width: 35px;
        height: 35px;
    }
}
@media (min-width: 1200px)
{
    .contact-wrap .list li a:hover
    {
        text-decoration: underline;

        color: #f90607;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .list li a:active
    {
        text-decoration: underline;

        color: #f90607;
    }
}
.contact-wrap .list h4
{
    font-size: 16px;
    font-weight: bold;

    margin: 30px 0 10px;
}
@media (max-width: 767px)
{
    .contact-wrap .list h4
    {
        margin: 20px 0 10px;
    }
}
.contact-wrap .list p
{
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.contact-wrap .list .tel:before
{
    content: '\e6e8';
}
.contact-wrap .list .fax:before
{
    content: '\e63d';
}
.contact-wrap .list .phone:before
{
    content: '\e658';
}
.contact-wrap .list .international:before
{
    content: '\e619';
}
.contact-wrap .list .address:before
{
    content: '\e62a';
}
.contact-wrap .list .mail:before
{
    content: '\e66f';
}
.contact-wrap .list .channel:before
{
    content: '\e641';
}
.contact-wrap .map
{
    position: relative;

    overflow: hidden;

    margin: 45px 0 80px;
}
.contact-wrap .map .map-content
{
    display: block;

    width: 100%;
    height: 450px;
}
@media (max-width: 991px)
{
    .contact-wrap .map
    {
        margin: 40px 0 60px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map
    {
        margin: 35px 0 45px;
    }
    .contact-wrap .map .map-content
    {
        height: 280px;
    }
}
.contact-wrap .inquiry-form
{
    overflow: hidden;
}
.contact-wrap .inquiry-form form
{
    padding-top: 5px;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #989ba0;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #989ba0;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #989ba0;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #989ba0;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form form .pro-name
{
    font-weight: bold;

    color: #000;
}
.inquiry-form form input::-webkit-input-placeholder,
.inquiry-form form textarea::-webkit-input-placeholder
{
    color: #999;
}
.inquiry-form form input:-o-placeholder,
.inquiry-form form textarea:-o-placeholder
{
    color: #999;
}
.inquiry-form form input::-moz-placeholder,
.inquiry-form form textarea::-moz-placeholder
{
    color: #999;
}
.inquiry-form form input:-ms-input-placeholder,
.inquiry-form form textarea:-ms-input-placeholder
{
    color: #999;
}
.inquiry-form form input:focus::-webkit-input-placeholder,
.inquiry-form form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-o-placeholder,
.inquiry-form form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-moz-placeholder,
.inquiry-form form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input:focus::-ms-input-placeholder,
.inquiry-form form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    font-size: 14px;

    display: block;

    width: 100%;
    margin-bottom: 10px;
    padding: 11px 22px;

    color: #999;
    border: 1px solid #e6e6e6;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        padding: 11px 15px;
    }
}
.inquiry-form form textarea
{
    height: 160px;
}
.inquiry-form form .submit
{
    font-weight: bold;
    line-height: 44px;

    display: block;

    width: 100%;
    height: 44px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;

    color: #fff;
    background-color: #1d4d9e;
}
.inquiry-form form .submit:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
}
.online-wrap .btn
{
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 90px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 50%;
    background-color: rgba(64, 64, 64, .7);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 60px;

    display: none;

    width: 100px;
    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 23%;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        bottom: 130px;

        -webkit-transform: translateX(50px);
        -webkit-transform: translate3d(50px, 0, 0);
            -ms-transform: translateX(50px);
                transform: translateX(50px);
                transform: translate3d(50px, 0, 0);
    }
    .online-wrap .online.active
    {
        -webkit-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateX(0);
                transform: translateX(0);
                transform: translate3d(0, 0, 0);
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 2px 0;

    text-align: center;

    border-radius: 50%;
    background-color: rgba(64, 64, 64, .7);
}
.online-wrap .online a:before
{
    font-size: 22px;

    color: #fff;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        background: url(../images/gradient.png);
        background: -webkit-linear-gradient(top, #f00 0%, #070087 98%);
        background: -webkit-gradient(linear, left top, left bottom, from(#f00), color-stop(98%, #070087));
        background:         linear-gradient(to bottom, #f00 0%, #070087 98%);
        background-size: contain;

        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#070087', GradientType=0);
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a:before
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-zuoji:hover .phone-num,
    .online-wrap .online .icon-skype:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-zuoji .phone-num,
.online-wrap .online .icon-skype .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-zuoji .phone-num p,
.online-wrap .online .icon-skype .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    border-radius: 25px;
    background-color: #404040;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    right: 100%;
    bottom: 0;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;

    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.xs-online
{
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: rgba(7, 0, 135, .8);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul
{
    display: table;

    width: 100%;

    table-layout: fixed;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    display: table-cell;

    width: 20%;

    border-left: 1px solid rgba(255, 255, 255, .3);
}
.xs-online ul li > a
{
    display: block;

    padding: 5px 0;
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    margin-bottom: 2px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li > a span
{
    font-size: 10px;
    line-height: 17px;

    display: block;

    height: 17px;
}
@media (max-width: 480px)
{
    .xs-online ul li > a span
    {
        font-size: 2.8vmin;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    content: '\e6a4';
}
.xs-online ul li.whatsapp > a:before
{
    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    content: '\e7a5';
}
.xs-online ul li.skype > a:before
{
    content: '\e616';
}
.xs-online ul li.map > a:before
{
    content: '\e60d';
}
.xs-online ul li.message > a:before
{
    content: '\e6ab';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin
{
    position: relative;
}
.xs-online ul li.wechat:hover .pic-box,
.xs-online ul li.weixin:hover .pic-box
{
    display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before
{
    content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    width: 100px;
    max-width: 100px;
    padding: 5px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img
{
    display: block;

    width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p
{
    line-height: 30px;

    margin: 0;

    white-space: nowrap;

    color: #333;
}
.xs-online ul li.top > a:before
{
    content: '\e63d';
}
.xs-online ul li.home > a:before
{
    content: '\e6c8';
}
.share
{
    font-weight: 500;

    color: #fff;
}
.share a
{
    display: inline-block;
    overflow: hidden;

    margin-left: 7px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 12px;
    line-height: 20px;

    display: block;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #170188;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before
{
    background-color: #3b5998;
}
.share.color .icon-tuite:before
{
    background-color: #55acee;
}
.share.color .icon-linkedin:before
{
    background-color: #006a9a;
}
.share.color .icon-youtube:before
{
    background-color: #c4302b;
}
.share.color .icon-instagram:before
{
    background-color: #6b3d2e;
}
.share.color .icon-google:before
{
    background-color: #dc4e41;
}
@media only screen and (min-width: 1200px)
{
    .addthis-smartlayers-mobile
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .addthis-smartlayers-mobile .at-share-dock.atss
    {
        z-index: 998;
        top: 50%;
        right: auto;
        bottom: auto;

        width: 30px;
        height: auto;

        box-shadow: none;
    }
}
.addthis-smartlayers-mobile .atss .at-share-btn,
.addthis-smartlayers-mobile .atss a
{
    display: block;
    float: none;

    width: 30px !important;
}
.addthis-smartlayers-mobile .atss .at-share-btn .at-icon-wrapper,
.addthis-smartlayers-mobile .atss a .at-icon-wrapper
{
    padding: 3px 0 !important;
}
.footer
{
    position: relative;
    z-index: 10;

    color: #bababa;
    border-top: 6px solid #170188;
    background-color: #313133;
}
@media (max-width: 767px)
{
    .footer
    {
        padding-bottom: 40px;
    }
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;
    padding: 45px 0 40px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 30px 0 20px;
    }
}
.footer .footer-row:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .footer .foot-list
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
    }
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;
}
.footer .foot-list p,
.footer .foot-list li
{
    line-height: 2.42857143;

    margin: 0;

    color: #bababa;
}
@media only screen and (min-width: 1200px)
{
    .footer .foot-list p a:hover,
    .footer .foot-list li a:hover
    {
        text-decoration: underline;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        text-decoration: underline;

        color: #fff;
    }
}
.footer .foot-list h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 30px 0 20px;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        line-height: 40px;

        position: relative;

        margin: 5px 0;
        padding-right: 20px;
    }
    .footer .foot-list h4:after
    {
        font-family: 'iconfont' !important;
        font-size: 15px;
        font-weight: bold;

        position: absolute;
        top: 0;
        right: 5px;

        display: block;

        content: '\e629';
        -webkit-transition: .3s;
                transition: .3s;
    }
    .footer .foot-list h4.active:after
    {
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4 + *
    {
        display: none;

        margin-bottom: 10px;
        padding: 0 10px;
    }
}
@media (min-width: 767px){
    .footer .foot-product{
        width: 250px;
    }
}

.footer .foot-product li
{
    position: relative;

    padding-left: 15px;
}
.footer .foot-product li:before
{
    position: absolute;
    top: 0;
    left: 0;
}
.footer .foot-product .list1 > li:before
{
    font-family: 'iconfont' !important;

    content: '\e62b';
}
@media only screen and (min-width: 768px)
{
    .footer .foot-product .list2
    {
        display: none;
    }
}
.footer .foot-product .list2 > li:before
{
    content: '> ';
}
@media only screen and (min-width: 768px)
{
    .footer .foot-contact
    {
        width: 330px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .contact-box
    {
        display: none;
    }
}
.footer .foot-contact .contact-box p
{
    position: relative;

    padding-left: 20px;
}
.footer .foot-contact .contact-box p:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    position: absolute;
    top: 0;
    left: 0;

    color: #f90607;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .foot-contact .contact-box .address:before
{
    content: '\e60d';
}
.footer .foot-contact .contact-box .tel:before
{
    content: '\e6e8';
}
.footer .foot-contact .contact-box .phone:before
{
    content: '\e658';
}
.footer .foot-contact .contact-box .mail:before
{
    content: '\e6b7';
}
.footer .foot-contact .contact-box .international:before
{
    content: '\e619';
}
.footer .foot-contact .contact-box .produce:before
{
    content: '\ea8a';
}
.footer .foot-contact .contact-box .sales:before
{
    content: '\e633';
}
.footer .foot-contact .contact-box .channel:before
{
    content: '\e641';
}
.footer .foot-contact .share
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .footer .foot-contact .share
    {
        margin: 20px 0;
    }
}
.footer .foot-message
{
    overflow: hidden;

    width: 360px;
}
@media (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    overflow: hidden;

    padding-top: 10px;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #999;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #999;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #ddd;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #ddd;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        display: none;
    }
}
.footer .foot-message form .row
{
    margin: 0 -5px;
}
.footer .foot-message form .row li
{
    line-height: 1;

    padding: 0 5px;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 15px;
    padding: 12px 25px;

    color: #999;
    border-radius: 22px;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot-message form input,
    .footer .foot-message form textarea
    {
        padding: 10px 20px;
    }
}
.footer .foot-message form textarea
{
    height: 120px;
}
.footer .foot-message form .submit
{
    margin-top: 5px;
    padding: 12px 43px;

    -webkit-transition: .3s;
            transition: .3s;

    color: #fff;
    border-radius: 22px;
    background-color: #f90607;
}
@media (min-width: 1200px)
{
    .footer .foot-message form .submit:hover
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
    .footer .foot-message form .submit:hover span
    {
        text-decoration: underline;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message form .submit:active
    {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
    .footer .foot-message form .submit:active span
    {
        text-decoration: underline;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message form .submit
    {
        padding: 6px 30px;
    }
}
.footer .foot-message .code-box
{
    padding-top: 10px;
}
@media (max-width: 767px)
{
    .footer .foot-message .code-box
    {
        padding-top: 0;
    }
}
.footer .foot-message .code-box > div
{
    display: inline-block;

    margin-top: 20px;
    padding: 0 5px;

    text-align: center;
}
@media (max-width: 767px)
{
    .footer .foot-message .code-box > div
    {
        margin-top: 10px;
    }
}
.footer .share
{
    padding-bottom: 10px;

    text-align: center;
}
.copyright
{
    position: relative;

    overflow: hidden;

    padding: 22px 0;

    text-align: center;

    color: #bababa;
    border-top: 1px solid #4e4e4f;
}
.copyright .info,
.copyright .links
{
    margin: 5px 0;
}
@media only screen and (min-width: 768px)
{
    .copyright .info
    {
        float: left;
    }
}
.copyright .info .hicheng
{
    margin: 0 20px;
}
@media only screen and (min-width: 768px)
{
    .copyright .links
    {
        float: right;
    }
}
.copyright a:hover
{
    text-decoration: underline;

    color: #fff;
}
.zoomDiv
{
    z-index: 999;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (max-width: 1199px)
{
    .zoomDiv
    {
        display: none !important;
    }
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 20;

    cursor: move;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAAABBJREFUeNpiYGBkYGQECDAAAA0ABMZIs2EAAAAASUVORK5CYII=) repeat;
}
@media (max-width: 1199px)
{
    .zoomMask
    {
        display: none !important;
    }
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
